home *** CD-ROM | disk | FTP | other *** search
/ Birds of My State or Province 4.5 / eField Guide Viewer.iso / pc / Windows / Database.cab / database.mdb / TaxonomyList.json < prev    next >
Encoding:
JavaScript Object Notation  |  2012-01-22  |  371 b 

  1. {
  2.     "schema": {
  3.         "TaxonomyID": "Long Integer",
  4.         "Name": "Text (50) NOT NULL",
  5.         "Description": "Text (255)",
  6.         "Comments": "Memo/Hyperlink (255)",
  7.         "Locked": "Boolean NOT NULL"
  8.     },
  9.     "data": [
  10.         {
  11.             "TaxonomyID": 2,
  12.             "Name": "Guide to Birds of North AmericaDVD",
  13.             "Description": "Birds on Thayer v4.5 DVD",
  14.             "Comments": "Includes all birds in the Thayer's Guide to Birds of North America version 4.5",
  15.             "Locked": 0
  16.         }
  17.     ]
  18. }